[INFO] fetching crate wfp 0.0.7...
[INFO] fixing wfp-0.0.7 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate wfp 0.0.7 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate wfp 0.0.7
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate wfp 0.0.7
[INFO] tweaked toml for crates.io crate wfp 0.0.7 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate wfp 0.0.7 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate wfp 0.0.7 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] edd7d8e5da56290f6392d19b9baac5e51b28df12f01e2a501fe7ac9b95496254
[INFO] running `Command { std: "docker" "start" "edd7d8e5da56290f6392d19b9baac5e51b28df12f01e2a501fe7ac9b95496254", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "edd7d8e5da56290f6392d19b9baac5e51b28df12f01e2a501fe7ac9b95496254" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "edd7d8e5da56290f6392d19b9baac5e51b28df12f01e2a501fe7ac9b95496254", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "edd7d8e5da56290f6392d19b9baac5e51b28df12f01e2a501fe7ac9b95496254" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling windows_x86_64_gnu v0.53.0
[INFO] [stderr]     Checking windows-targets v0.53.3
[INFO] [stderr]     Checking windows-sys v0.60.2
[INFO] [stderr]     Checking wfp v0.0.7 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved imports `wfp::ActionType`, `wfp::FilterBuilder`, `wfp::FilterEngineBuilder`, `wfp::Layer`, `wfp::SubLayerBuilder`, `wfp::Transaction`
[INFO] [stdout]   --> examples/basic_usage.rs:10:11
[INFO] [stdout]    |
[INFO] [stdout] 10 | use wfp::{ActionType, FilterBuilder, FilterEngineBuilder, Layer, SubLayerBuilder, Transaction};
[INFO] [stdout]    |           ^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^  ^^^^^  ^^^^^^^^^^^^^^^  ^^^^^^^^^^^ no `Transaction` in the root
[INFO] [stdout]    |           |           |              |                    |      |
[INFO] [stdout]    |           |           |              |                    |      no `SubLayerBuilder` in the root
[INFO] [stdout]    |           |           |              |                    no `Layer` in the root
[INFO] [stdout]    |           |           |              no `FilterEngineBuilder` in the root
[INFO] [stdout]    |           |           no `FilterBuilder` in the root
[INFO] [stdout]    |           no `ActionType` in the root
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wfp` (example "basic_usage") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unused import: `wfp::*`
[INFO] [stdout]  --> tests/integration.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use wfp::*;
[INFO] [stdout]   |     ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterEngineBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:13:22
[INFO] [stdout]    |
[INFO] [stdout] 13 |     let mut engine = FilterEngineBuilder::default()
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^ use of undeclared type `FilterEngineBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Transaction` in this scope
[INFO] [stdout]   --> tests/integration.rs:18:23
[INFO] [stdout]    |
[INFO] [stdout] 18 |     let transaction = Transaction::new(&mut engine).expect("Should be able to create transaction");
[INFO] [stdout]    |                       ^^^^^^^^^^^ use of undeclared type `Transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SubLayerBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 |     SubLayerBuilder::default()
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of undeclared type `SubLayerBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PortConditionBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:32:26
[INFO] [stdout]    |
[INFO] [stdout] 32 |     let http_condition = PortConditionBuilder::remote().equal(80).build();
[INFO] [stdout]    |                          ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `PortConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `PortConditionBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:33:27
[INFO] [stdout]    |
[INFO] [stdout] 33 |     let https_condition = PortConditionBuilder::remote().equal(443).build();
[INFO] [stdout]    |                           ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `PortConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ProtocolConditionBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:34:25
[INFO] [stdout]    |
[INFO] [stdout] 34 |     let tcp_condition = ProtocolConditionBuilder::tcp().build();
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ProtocolConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     FilterBuilder::default()
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of undeclared type `FilterBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ActionType` in this scope
[INFO] [stdout]   --> tests/integration.rs:40:17
[INFO] [stdout]    |
[INFO] [stdout] 40 |         .action(ActionType::Block)
[INFO] [stdout]    |                 ^^^^^^^^^^ use of undeclared type `ActionType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Layer` in this scope
[INFO] [stdout]   --> tests/integration.rs:41:16
[INFO] [stdout]    |
[INFO] [stdout] 41 |         .layer(Layer::ConnectV4)
[INFO] [stdout]    |                ^^^^^ use of undeclared type `Layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:49:5
[INFO] [stdout]    |
[INFO] [stdout] 49 |     FilterBuilder::default()
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of undeclared type `FilterBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ActionType` in this scope
[INFO] [stdout]   --> tests/integration.rs:52:17
[INFO] [stdout]    |
[INFO] [stdout] 52 |         .action(ActionType::Permit)
[INFO] [stdout]    |                 ^^^^^^^^^^ use of undeclared type `ActionType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Layer` in this scope
[INFO] [stdout]   --> tests/integration.rs:53:16
[INFO] [stdout]    |
[INFO] [stdout] 53 |         .layer(Layer::ConnectV4)
[INFO] [stdout]    |                ^^^^^ use of undeclared type `Layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterWeight` in this scope
[INFO] [stdout]   --> tests/integration.rs:57:17
[INFO] [stdout]    |
[INFO] [stdout] 57 |         .weight(FilterWeight::Exact(12345))
[INFO] [stdout]    |                 ^^^^^^^^^^^^ use of undeclared type `FilterWeight`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterEngineBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:69:22
[INFO] [stdout]    |
[INFO] [stdout] 69 |     let mut engine = FilterEngineBuilder::default()
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^^^^^ use of undeclared type `FilterEngineBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Transaction` in this scope
[INFO] [stdout]   --> tests/integration.rs:74:23
[INFO] [stdout]    |
[INFO] [stdout] 74 |     let transaction = Transaction::new(&mut engine).expect("Should be able to create transaction");
[INFO] [stdout]    |                       ^^^^^^^^^^^ use of undeclared type `Transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ProviderBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:80:5
[INFO] [stdout]    |
[INFO] [stdout] 80 |     ProviderBuilder::default()
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of undeclared type `ProviderBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SubLayerBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:87:5
[INFO] [stdout]    |
[INFO] [stdout] 87 |     SubLayerBuilder::default()
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^ use of undeclared type `SubLayerBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterBuilder` in this scope
[INFO] [stdout]   --> tests/integration.rs:96:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     FilterBuilder::default()
[INFO] [stdout]    |     ^^^^^^^^^^^^^ use of undeclared type `FilterBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ActionType` in this scope
[INFO] [stdout]   --> tests/integration.rs:99:17
[INFO] [stdout]    |
[INFO] [stdout] 99 |         .action(ActionType::Block)
[INFO] [stdout]    |                 ^^^^^^^^^^ use of undeclared type `ActionType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Layer` in this scope
[INFO] [stdout]    --> tests/integration.rs:100:16
[INFO] [stdout]     |
[INFO] [stdout] 100 |         .layer(Layer::ConnectV4)
[INFO] [stdout]     |                ^^^^^ use of undeclared type `Layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterEngineBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:115:22
[INFO] [stdout]     |
[INFO] [stdout] 115 |     let mut engine = FilterEngineBuilder::default()
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^ use of undeclared type `FilterEngineBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Transaction` in this scope
[INFO] [stdout]    --> tests/integration.rs:120:23
[INFO] [stdout]     |
[INFO] [stdout] 120 |     let transaction = Transaction::new(&mut engine).expect("Should be able to create transaction");
[INFO] [stdout]     |                       ^^^^^^^^^^^ use of undeclared type `Transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SubLayerBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:124:5
[INFO] [stdout]     |
[INFO] [stdout] 124 |     SubLayerBuilder::default()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ use of undeclared type `SubLayerBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AppIdConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:133:22
[INFO] [stdout]     |
[INFO] [stdout] 133 |     let bad_result = AppIdConditionBuilder::default().equal(r"C:\nonexistent\fake.exe");
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `AppIdConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `AppIdConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:140:25
[INFO] [stdout]     |
[INFO] [stdout] 140 |     let app_condition = AppIdConditionBuilder::default()
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `AppIdConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     FilterBuilder::default()
[INFO] [stdout]     |     ^^^^^^^^^^^^^ use of undeclared type `FilterBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ActionType` in this scope
[INFO] [stdout]    --> tests/integration.rs:147:17
[INFO] [stdout]     |
[INFO] [stdout] 147 |         .action(ActionType::Block)
[INFO] [stdout]     |                 ^^^^^^^^^^ use of undeclared type `ActionType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Layer` in this scope
[INFO] [stdout]    --> tests/integration.rs:148:16
[INFO] [stdout]     |
[INFO] [stdout] 148 |         .layer(Layer::ConnectV4)
[INFO] [stdout]     |                ^^^^^ use of undeclared type `Layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `WeightRange` in this scope
[INFO] [stdout]    --> tests/integration.rs:151:17
[INFO] [stdout]     |
[INFO] [stdout] 151 |         .weight(WeightRange::try_from(15).unwrap())
[INFO] [stdout]     |                 ^^^^^^^^^^^ use of undeclared type `WeightRange`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterEngineBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:163:22
[INFO] [stdout]     |
[INFO] [stdout] 163 |     let mut engine = FilterEngineBuilder::default()
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^ use of undeclared type `FilterEngineBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Transaction` in this scope
[INFO] [stdout]    --> tests/integration.rs:168:23
[INFO] [stdout]     |
[INFO] [stdout] 168 |     let transaction = Transaction::new(&mut engine).expect("Should be able to create transaction");
[INFO] [stdout]     |                       ^^^^^^^^^^^ use of undeclared type `Transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SubLayerBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:172:5
[INFO] [stdout]     |
[INFO] [stdout] 172 |     SubLayerBuilder::default()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ use of undeclared type `SubLayerBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:190:9
[INFO] [stdout]     |
[INFO] [stdout] 190 |         FilterBuilder::default()
[INFO] [stdout]     |         ^^^^^^^^^^^^^ use of undeclared type `FilterBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ActionType` in this scope
[INFO] [stdout]    --> tests/integration.rs:193:21
[INFO] [stdout]     |
[INFO] [stdout] 193 |             .action(ActionType::Permit)
[INFO] [stdout]     |                     ^^^^^^^^^^ use of undeclared type `ActionType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Layer` in this scope
[INFO] [stdout]    --> tests/integration.rs:194:20
[INFO] [stdout]     |
[INFO] [stdout] 194 |             .layer(Layer::ConnectV6)
[INFO] [stdout]     |                    ^^^^^ use of undeclared type `Layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ProtocolConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:195:24
[INFO] [stdout]     |
[INFO] [stdout] 195 |             .condition(ProtocolConditionBuilder::icmpv6().build())
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ProtocolConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `IcmpConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:196:24
[INFO] [stdout]     |
[INFO] [stdout] 196 |             .condition(IcmpConditionBuilder::r#type().equal(t).build())
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IcmpConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `IcmpConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:197:24
[INFO] [stdout]     |
[INFO] [stdout] 197 |             .condition(IcmpConditionBuilder::code().equal(0).build())
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IcmpConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:204:9
[INFO] [stdout]     |
[INFO] [stdout] 204 |         FilterBuilder::default()
[INFO] [stdout]     |         ^^^^^^^^^^^^^ use of undeclared type `FilterBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ActionType` in this scope
[INFO] [stdout]    --> tests/integration.rs:207:21
[INFO] [stdout]     |
[INFO] [stdout] 207 |             .action(ActionType::Permit)
[INFO] [stdout]     |                     ^^^^^^^^^^ use of undeclared type `ActionType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Layer` in this scope
[INFO] [stdout]    --> tests/integration.rs:208:20
[INFO] [stdout]     |
[INFO] [stdout] 208 |             .layer(Layer::AcceptV6)
[INFO] [stdout]     |                    ^^^^^ use of undeclared type `Layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ProtocolConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:209:24
[INFO] [stdout]     |
[INFO] [stdout] 209 |             .condition(ProtocolConditionBuilder::icmpv6().build())
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `ProtocolConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `IcmpConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:210:24
[INFO] [stdout]     |
[INFO] [stdout] 210 |             .condition(IcmpConditionBuilder::r#type().equal(t).build())
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IcmpConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `IcmpConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:211:24
[INFO] [stdout]     |
[INFO] [stdout] 211 |             .condition(IcmpConditionBuilder::code().equal(0).build())
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IcmpConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterEngineBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:225:22
[INFO] [stdout]     |
[INFO] [stdout] 225 |     let mut engine = FilterEngineBuilder::default()
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^ use of undeclared type `FilterEngineBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Transaction` in this scope
[INFO] [stdout]    --> tests/integration.rs:230:23
[INFO] [stdout]     |
[INFO] [stdout] 230 |     let transaction = Transaction::new(&mut engine).expect("Should be able to create transaction");
[INFO] [stdout]     |                       ^^^^^^^^^^^ use of undeclared type `Transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SubLayerBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:234:5
[INFO] [stdout]     |
[INFO] [stdout] 234 |     SubLayerBuilder::default()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ use of undeclared type `SubLayerBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterfaceConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     let bad_result = InterfaceConditionBuilder::local().alias("definitely-not-an-interface-xyz");
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `InterfaceConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `InterfaceConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:250:27
[INFO] [stdout]     |
[INFO] [stdout] 250 |     let iface_condition = InterfaceConditionBuilder::local()
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `InterfaceConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:254:5
[INFO] [stdout]     |
[INFO] [stdout] 254 |     FilterBuilder::default()
[INFO] [stdout]     |     ^^^^^^^^^^^^^ use of undeclared type `FilterBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ActionType` in this scope
[INFO] [stdout]    --> tests/integration.rs:257:17
[INFO] [stdout]     |
[INFO] [stdout] 257 |         .action(ActionType::Permit)
[INFO] [stdout]     |                 ^^^^^^^^^^ use of undeclared type `ActionType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Layer` in this scope
[INFO] [stdout]    --> tests/integration.rs:258:16
[INFO] [stdout]     |
[INFO] [stdout] 258 |         .layer(Layer::ConnectV4)
[INFO] [stdout]     |                ^^^^^ use of undeclared type `Layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterEngineBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:272:22
[INFO] [stdout]     |
[INFO] [stdout] 272 |     let mut engine = FilterEngineBuilder::default()
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^^ use of undeclared type `FilterEngineBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Transaction` in this scope
[INFO] [stdout]    --> tests/integration.rs:277:23
[INFO] [stdout]     |
[INFO] [stdout] 277 |     let transaction = Transaction::new(&mut engine).expect("Should be able to create transaction");
[INFO] [stdout]     |                       ^^^^^^^^^^^ use of undeclared type `Transaction`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `SubLayerBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:281:5
[INFO] [stdout]     |
[INFO] [stdout] 281 |     SubLayerBuilder::default()
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^ use of undeclared type `SubLayerBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:289:5
[INFO] [stdout]     |
[INFO] [stdout] 289 |     FilterBuilder::default()
[INFO] [stdout]     |     ^^^^^^^^^^^^^ use of undeclared type `FilterBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ActionType` in this scope
[INFO] [stdout]    --> tests/integration.rs:292:17
[INFO] [stdout]     |
[INFO] [stdout] 292 |         .action(ActionType::Permit)
[INFO] [stdout]     |                 ^^^^^^^^^^ use of undeclared type `ActionType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Layer` in this scope
[INFO] [stdout]    --> tests/integration.rs:293:16
[INFO] [stdout]     |
[INFO] [stdout] 293 |         .layer(Layer::ConnectV4)
[INFO] [stdout]     |                ^^^^^ use of undeclared type `Layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `IpAddressConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:295:13
[INFO] [stdout]     |
[INFO] [stdout] 295 |             IpAddressConditionBuilder::remote()
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IpAddressConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `FilterBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:303:5
[INFO] [stdout]     |
[INFO] [stdout] 303 |     FilterBuilder::default()
[INFO] [stdout]     |     ^^^^^^^^^^^^^ use of undeclared type `FilterBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ActionType` in this scope
[INFO] [stdout]    --> tests/integration.rs:306:17
[INFO] [stdout]     |
[INFO] [stdout] 306 |         .action(ActionType::Permit)
[INFO] [stdout]     |                 ^^^^^^^^^^ use of undeclared type `ActionType`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `Layer` in this scope
[INFO] [stdout]    --> tests/integration.rs:307:16
[INFO] [stdout]     |
[INFO] [stdout] 307 |         .layer(Layer::ConnectV6)
[INFO] [stdout]     |                ^^^^^ use of undeclared type `Layer`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `IpAddressConditionBuilder` in this scope
[INFO] [stdout]    --> tests/integration.rs:309:13
[INFO] [stdout]     |
[INFO] [stdout] 309 |             IpAddressConditionBuilder::remote()
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `IpAddressConditionBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `wfp` (test "integration") due to 63 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "edd7d8e5da56290f6392d19b9baac5e51b28df12f01e2a501fe7ac9b95496254", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "edd7d8e5da56290f6392d19b9baac5e51b28df12f01e2a501fe7ac9b95496254", kill_on_drop: false }`
[INFO] [stdout] edd7d8e5da56290f6392d19b9baac5e51b28df12f01e2a501fe7ac9b95496254
